home *** CD-ROM | disk | FTP | other *** search
/ 9-Digit Zip Code Directory / 9-Digit Zip Code Directory (American Business Information) (ABIZIP-12).ISO / z4src.zip / D4ALL.H < prev    next >
C/C++ Source or Header  |  1993-07-15  |  2KB  |  69 lines

  1. /* d4all.h   (c)Copyright Sequiter Software Inc., 1991-1993. All rights reserved. */
  2.  
  3. /**********************************************************************/
  4. /**********            USER SWITCH SETTINGS AREA            ***********/
  5.  
  6. /* Index File compatibility options */
  7.     #define S4FOX    1
  8. /* #define S4CLIPPER 2 */
  9. /* #define S4MDX     4 */
  10. /* #define S4NDX     8 */
  11.  
  12. /* Specify Operating Environment or Screen Output Option - Default is DOS */
  13. #ifdef __DLL__
  14. /* #define S4DLL      16 */
  15. #endif
  16. #ifdef _Windows
  17. #    define S4WINDOWS  32
  18. #endif
  19. #ifdef __OS2__
  20. #    define S4OS2         64
  21. #endif
  22.  
  23. /* #define S4CODE_SCREENS 128 */
  24.  
  25. /* General Configuration Options */
  26. /* #define S4DEBUG */
  27. #define S4ERROR_HOOK
  28. /* #define S4LOCK_CHECK   */
  29. #define S4LOCK_HOOK
  30. /* #define S4MAX          */
  31. /* #define S4MEMO_OFF     */
  32. /* #define S4OLD_CODE     */
  33. /* #define S4OPTIMIZE_OFF */
  34. /* #define S4PORTABLE     */
  35. /* #define S4SAFE         */
  36. /* #define S4SINGLE       */
  37. /**********************************************************************/
  38.  
  39. #include <stdlib.h>
  40. #include <string.h>
  41. #include <stdio.h>
  42.  
  43. #ifdef S4UNIX
  44.     #include "p4port.h"
  45.     #include <prototypes.h>
  46. #else
  47.     #include <limits.h>
  48.     #include <io.h>
  49.    #include <stdarg.h>
  50. #endif
  51.  
  52. #include "d4data.h"
  53. #include "f4flag.h"
  54. #include "e4expr.h"
  55. #include "s4sort.h"
  56. #include "e4error.h"
  57.  
  58. #include "o4opt.h"
  59. #include "r4relate.h"
  60.  
  61. #ifdef S4WINDOWS
  62.     #include <windows.h>
  63. #endif
  64.  
  65. #include "r4report.h"
  66.  
  67. #define S4OPT_DETECT
  68. #define S4VERSION  5001
  69.